home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / pplib020.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  61 lines

  1. Short:    Powerpacker.library 68020+ version
  2. Author:   djones@cardiffcybercafe.co.uk (Dave Jones)
  3. Uploader: djones@cardiffcybercafe.co.uk
  4. Type:     util/libs
  5. Replaces: util/libs/pplib020.lha
  6.  
  7. Powerpacker.library 37.3
  8. ------------------------
  9. This is an optimised version of powerpacker.library based on Nico Francois'
  10. original v36.10, which is to the best of my knowledge the highest version
  11. that has been released in the last 4-5 years.
  12.  
  13. My version only works on machines with at least a 68020 or greater processor.
  14.  
  15. I also removed lots of reloc entries, making the executable shorter.
  16.  
  17. As Nico hasn't updated powerpacker for several years, and has given reqtools
  18. to someone else, Is it safe to say, that he's left the Amiga?
  19. If so, Adios Nico, you'll be missed.
  20.  
  21. Contacting me:
  22. ~~~~~~~~~~~~~~
  23.  
  24. SNAIL:  Dave Jones
  25.         40,Heol Edward Lewis
  26.           Gelligaer
  27.           Hengoed
  28.           Mid Glamorgan
  29.           South Wales
  30.           CF82 8EJ
  31.           United Kingdom
  32.  
  33. EMAIL:  djones@cardiffcybercafe.co.uk
  34.  
  35. IRC: Termy on #Amiga on a Saturday afternoon (GMT)
  36.  
  37.  
  38. History:
  39. ~~~~~~~~
  40.  
  41. 37.0 06.11.96 - Initial release.
  42.  
  43. 37.1 07.11.96 - Removed enforcer hit in the decrunch routine.
  44.  
  45. 37.2 22.12.96 - Rewrote the decrunch colour identification routine.
  46.                 Corrected the version & revision fields of the lib base.
  47.                 Now, the no-flash decrunch type uses the NO-OP hardware
  48.                 register instead of a 
  49.  
  50. 37.3 27.12.96 - PPErrorMessage was broken in the last three versions
  51.                 and returned nonsense results, which caused some
  52.                 applications to behave randomly.
  53.  
  54.                 *Please Note*
  55.                 PPErrorMessage() should only be called if there was
  56.                 a non-zero return code from PPLoadData()
  57.                 For some reason GadToolsBox (And some others) were
  58.                 calling PPErrorMessage() even when everything went ok!
  59.  
  60.                 Speeded up the PPDecrypt function a little.
  61.